home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / doc / www-talk.archive.Z / www-talk.archive / text0093.txt < prev    next >
Encoding:
Text File  |  1992-11-30  |  816 b   |  22 lines

  1. > 1. Is it possible to define pseudo hyperlinks which start a subprocess?
  2. > That would be really phantastic because it allows for nice tutorials with
  3. > trial buttons. On xcf.berkely.edu I saw:
  4.  
  5. >     About XMap ... 
  6. ...
  7. >     <P>
  8. >     Click here for a demo.
  9. >     <S>/*script*/
  10. > Unfortunately it doesn't work, in Viola no button was shown.
  11.  
  12. Whoops, I guess I really have to clean up the HTML files on our site :-)
  13. Most of this stuff was for internal demonstrations, and the scripting 
  14. stuff was an unfinished experiment. It doesn't work for you because you must 
  15. have the demonstration Xmap program locally. But, yes, the intent of the 
  16. <S> tag is to embed viola scripts in HTML, so that you can ``program links''
  17. to do lots of complicated and neat things... In this case, the script 
  18. tries to start up another process.
  19.  
  20. ...
  21.  
  22.